home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / bench / ds3100.md / ccMachStat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-01  |  163 b   |  12 lines

  1. #include <dev/ccdev.h>
  2.  
  3. /*
  4. ** Machine dependent Statistics 
  5. **    There are no machine dependent stats for the ds3100.
  6. */
  7.  
  8.  
  9. typedef struct {
  10.     int dummy;
  11. } MachStats;
  12.